﻿.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
header{
	position: relative;
}
.headera{
	font-size: 0;
	border-top: 5px solid #e60012;
	border-bottom: 1px solid #d2d2d2;
}
.headera p.fl{
	color: #666666;
    font-size: 14px;
	line-height: 32px;
}
.headera p.fl span{
	font-size: 14px;
    color: #E60012;
}
.headera ul.fr{
	
}
.headera ul.fr li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headera ul.fr li:first-child{
	padding-right: 13px;
}
.headera ul.fr li:first-child:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #666666;
	right: 6px;
	top: 8.5px;
}
.headera ul.fr a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.headerb{
	padding: 25px 0 55px 0;
	overflow-x: hidden;
}
.headerb .logo{
	font-size: 0;
}
.headerb .logo h1{
	display: inline-block;
	vertical-align: middle;
}
.headerb .logo h1 a{
	display: block;
}
.headerb .logo h1 img{
	
}
.headerb .logo div{
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.headerb .logo div h2{
	font-size: 30px;
	color: #222;
	margin-bottom: 12px;
}
.headerb .logo div p{
	font-size: 13px;
	color: #222222;
}
.headerb .rexian{
	padding-left: 50px;
	background: url(../images/phone.png) no-repeat left top;
	margin: 9px 0;
}
.headerb .rexian h3{
	font-size: 18px;
	color: #666666;
	margin-bottom: 5px;
}
.headerb .rexian p{
	color: #FF0000;
    font-size: 16px;
    line-height: 20px;
}

.headerc{
	z-index: 99;
	position: absolute;
	width: 100%;
	font-size: 0;
	left: 0;
	bottom: -25px;
}
.headerc nav{
	background: #e60013;
}
.headerc ul.yiji{
	
}
.headerc ul.yiji>li{
	display: inline-block;
	vertical-align: top;
}
.headerc ul.yiji>li>a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	padding: 0 39px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerc ul.yiji>li>a:hover,
.headerc ul.yiji>li>a.cur{
	background: #ff3e07;
	color: #fbdac8;
}

/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: transparent;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border: 2px solid #ffffff;
  	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #ffffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 410px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

.footer{
	background: #e60012;
	padding: 55px 0 35px 0;
}
.footer .didaohang{
	border: 1px solid #f38089;
	font-size: 0;
	margin-bottom: 35px;
}
.footer .didaohang li{
	display: inline-block;
	vertical-align: top;
	width: 11.1%;
	text-align: center;
}
.footer .didaohang a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	line-height: 50px;
}
.footer .banquan{
	text-align: center;
}
.footer .banquan p,
.footer .banquan p a{
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
}


/*侧边*/
.cebian{
	position: fixed;
	top: 20%;
	right: 20px;
	z-index: 99999;
}
.cebian .title{
	background: #e70012;
	line-height: 20px;
	padding:12px 10px;
	margin-bottom: 0;
}
.cebian .title h2{
	font-size: 16px;
	color: #ffffff;
}
.cebian .title a{
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}
.cebian .list{
	padding: 0 12px;
	background:#ffffff;
	border:1px solid #f0efed;
	border-top:none;
}
.cebian .list .lia{
	padding: 12px 0 15px 0;
	border-bottom: 1px dashed #dddddd;
}
.cebian .list .lia a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 30px;
	background: url(../images/pa45.gif) no-repeat left center;
}
.cebian .list .lib{
	padding: 10px 0;
	border-bottom: 1px dashed #dddddd;
}
.cebian .list .lib .top{
	
}
.cebian .list .lib .top h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	padding-left: 32px;
	background: url(../images/serviceOnlineTime1.png) no-repeat left center;
}
.cebian .list .lib .bottom{
	
}
.cebian .list .lib .bottom p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.cebian .list .lic{
	padding: 10px 0;
}
.cebian .list .lic .top{
	
}
.cebian .list .lic .top h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	padding-left: 32px;
	background: url(../images/serviceOnlineCall.png) no-repeat left center;
}
.cebian .list .lic .bottom{
	
}
.cebian .list .lic .bottom p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
/*侧边*/

.tech{overflow: hidden; margin: 30px 0;}
.tech ul{}
.tech ul li{float: left; width: 370px; color: #FFF; margin-right:45px; border-radius: 8px; padding: 20px; margin-bottom: 30px;}
.tech ul li:nth-of-type(3n+0){margin-right: 0;}
.tech ul li h2{display: block; font-size: 22px;border-bottom: 1px solid #cbb6b8; height: 50px; line-height: 50px; margin-bottom: 20px;}
.tech ul li .text{float: left; width: 50%; font-size: 14px; line-height: 25px;}
.tech ul li .img{float: left;width: 50%; border: 5px solid #FFF; border-radius: 5px; margin: 0;padding: 0; background: #FFF;}
.tech ul li .img img{max-width: 100%;}
.tech ul li:nth-of-type(1){ background: #311471;}
.tech ul li:nth-of-type(2){ background: #311471;}
.tech ul li:nth-of-type(3){ background: #311471;}
.tech ul li:nth-of-type(4){ background: #e60114;}
.tech ul li:nth-of-type(5){ background: #e60114;}
.tech ul li:nth-of-type(6){ background: #e60114;}


.home-gongye{overflow: hidden;}
.home-gongye ul{}
.home-gongye ul li{float: left; width: 270px; margin:0 15px; margin-bottom: 30px; background: #FFF;box-shadow: 0px 10px 20px 0px rgba(84, 110, 122, 0.15);}
.home-gongye ul li .pic{position: relative;height: 277px;overflow: hidden; border: 1px solid #f3f3f3;}
.home-gongye ul li .pic img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.home-gongye ul li .pic img:hover{transform: scale(1.2);}
.home-gongye ul li .titlea{text-align: center;background: #f5f5f5; clear: both; line-height: 30px;padding: 10px 0;}
.home-gongye ul li .titlea span{font-size: 18px; color: #263238; font-weight: bold;}
.home-gongye ul li .titlea p{display: block; font-size: 15px;}